docs: Expand icon-palette example
authorMatthias Clasen <mclasen@redhat.com>
Fri, 21 Oct 2016 15:08:07 +0000 (11:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Oct 2016 15:08:07 +0000 (11:08 -0400)
Add a warning color, and show that hex colors work here.

docs/reference/gtk/css-overview.xml

index d77fadb218c3906d4e9aad76e2a2b089dc283db8..54722ae3c8fffc667f88eb3a1822c55d293cc2e5 100644 (file)
@@ -824,7 +824,7 @@ label {
       <programlisting><![CDATA[
 spinner {
   -gtk-icon-source: -gtk-icontheme('process-working-symbolic');
-  -gtk-icon-palette: success blue, error magenta;
+  -gtk-icon-palette: success blue, warning #fc3, error magenta;
 }
 arrow.fancy {
   -gtk-icon-source: -gtk-icontheme('pan-down');